@codecademy/gamut-icons 9.35.1-alpha.8dba5c.0 → 9.36.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ import { GamutIconProps } from '../../props';
3
+ export declare const ClubsSealIcon: React.ForwardRefExoticComponent<GamutIconProps & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,45 @@
1
+ import * as React from 'react';
2
+ import { Svg } from '../../props';
3
+ import { useIconId } from '../../useIconId';
4
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
5
+ export const ClubsSealIcon = /*#__PURE__*/React.forwardRef((_ref, svgRef) => {
6
+ let {
7
+ title,
8
+ titleId,
9
+ size = 16,
10
+ height = size,
11
+ width = size,
12
+ ...props
13
+ } = _ref;
14
+ const maskId = useIconId('ClubsSealIcon');
15
+ return /*#__PURE__*/_jsxs(Svg, {
16
+ xmlns: "http://www.w3.org/2000/svg",
17
+ viewBox: "0 0 24 24",
18
+ fill: "#fff",
19
+ role: "img",
20
+ "aria-hidden": "true",
21
+ "pointer-events": "none",
22
+ width: width,
23
+ height: height,
24
+ ref: svgRef,
25
+ "aria-labelledby": titleId,
26
+ ...props,
27
+ children: [title ? /*#__PURE__*/_jsx("title", {
28
+ id: titleId,
29
+ children: title
30
+ }) : null, /*#__PURE__*/_jsx("mask", {
31
+ id: `${maskId}`,
32
+ children: /*#__PURE__*/_jsx("path", {
33
+ d: "M11.772.085a9.349 9.349 0 01-.18.038c-.18.036-.388.126-.563.243-.087.058-.663.613-1.442 1.39L8.291 3.047h-1.8c-1.087 0-1.858.01-1.947.024-.4.065-.67.205-.968.504-.303.303-.446.582-.504.983-.013.087-.023.951-.024 1.944V8.29L1.755 9.587c-.776.78-1.33 1.355-1.39 1.442-.201.302-.28.576-.28.971s.079.669.28.97c.06.088.614.664 1.39 1.443l1.293 1.296v1.788c0 .993.011 1.857.024 1.944.058.4.2.68.504.983.303.303.582.446.983.504.087.013.951.023 1.944.024h1.788l1.296 1.293c.78.776 1.355 1.33 1.442 1.39.302.201.576.28.971.28s.669-.079.97-.28c.088-.06.664-.614 1.443-1.39l1.296-1.293h1.788c.993 0 1.857-.011 1.944-.024.4-.058.68-.2.983-.504.299-.299.439-.567.504-.968.014-.09.024-.86.024-1.947v-1.8l1.293-1.296c.776-.78 1.33-1.355 1.39-1.442.201-.302.28-.576.28-.971s-.079-.669-.28-.97c-.06-.088-.614-.664-1.39-1.442l-1.291-1.296-.007-1.896-.008-1.896-.06-.192c-.093-.296-.22-.5-.453-.734a1.655 1.655 0 00-.734-.453l-.192-.06-1.896-.008-1.896-.007-1.296-1.291C13.635.98 13.058.425 12.972.367c-.288-.192-.53-.268-.9-.283a2.294 2.294 0 00-.3.001m-1.307 2.926C9.311 4.163 9.013 4.448 8.916 4.493l-.12.055-2.045.012-2.046.012-.066.067-.067.066-.012 2.046-.012 2.045-.055.12c-.045.097-.33.395-1.482 1.55l-1.427 1.428v.212l1.427 1.429c1.152 1.154 1.437 1.452 1.482 1.549l.055.12.012 2.045.012 2.046.067.066.066.067 2.046.012 2.045.012.12.055c.097.045.395.33 1.55 1.482l1.428 1.427h.212l1.429-1.427c1.154-1.152 1.452-1.437 1.549-1.482l.12-.055 2.045-.012 2.046-.012.066-.067.067-.066.012-2.046.012-2.045.055-.12c.045-.097.33-.395 1.482-1.55l1.427-1.428v-.212l-1.427-1.429c-1.152-1.154-1.437-1.452-1.482-1.549l-.055-.12-.012-2.045-.012-2.046-.067-.066-.066-.067-2.046-.012-2.045-.012-.12-.055c-.097-.045-.395-.33-1.55-1.482l-1.428-1.427h-.212l-1.429 1.427",
34
+ fillRule: "evenodd"
35
+ })
36
+ }), /*#__PURE__*/_jsx("g", {
37
+ mask: `url(#${maskId})`,
38
+ children: /*#__PURE__*/_jsx("rect", {
39
+ width: `100%`,
40
+ height: `100%`,
41
+ fill: `currentColor`
42
+ })
43
+ })]
44
+ });
45
+ });
@@ -53,6 +53,7 @@ export * from './CloseSquareIcon';
53
53
  export * from './CloudCheckIcon';
54
54
  export * from './CloudComputingIcon';
55
55
  export * from './CloudIcon';
56
+ export * from './ClubsSealIcon';
56
57
  export * from './CommentsIcon';
57
58
  export * from './CommunityIcon';
58
59
  export * from './ComputerScienceIcon';
@@ -53,6 +53,7 @@ export * from './CloseSquareIcon';
53
53
  export * from './CloudCheckIcon';
54
54
  export * from './CloudComputingIcon';
55
55
  export * from './CloudIcon';
56
+ export * from './ClubsSealIcon';
56
57
  export * from './CommentsIcon';
57
58
  export * from './CommunityIcon';
58
59
  export * from './ComputerScienceIcon';
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" version="1.1" id="Seal-Shape--Streamline-Ultimate">
2
+ <title>seal-shape</title>
3
+ <path d="M11.772 0.085368C11.7456 0.091464 11.6646 0.10836 11.592 0.12290400000000001C11.412864 0.15876 11.204136 0.248856 11.029368 0.365712C10.942008 0.424104 10.366488 0.978744 9.587304 1.7554560000000001L8.290583999999999 3.048 6.491304 3.048192C5.404128 3.048288 4.63332 3.057888 4.543728 3.072432C4.143408 3.1374 3.8748720000000003 3.277128 3.576 3.576C3.2729040000000005 3.8790959999999997 3.1296479999999995 4.158384 3.07164 4.5592559999999995C3.05904 4.6463280000000005 3.048744 5.5104 3.04848 6.503304L3.048 8.290583999999999 1.7554560000000001 9.587304C0.978744 10.366488 0.424104 10.942008 0.365712 11.029368C0.163944 11.331144 0.084504 11.605296 0.084504 12C0.084504 12.394704 0.163944 12.668856000000002 0.365712 12.970632C0.424104 13.057991999999999 0.978744 13.633512 1.7554560000000001 14.412696L3.048 15.709416 3.04848 17.496696C3.048744 18.4896 3.05904 19.353672 3.07164 19.440744C3.1296479999999995 19.841616000000002 3.2729040000000005 20.120904 3.576 20.424C3.8790959999999997 20.727096 4.158384 20.870352 4.5592559999999995 20.92836C4.6463280000000005 20.94096 5.5104 20.951256 6.503304 20.951520000000002L8.290583999999999 20.952 9.587304 22.244544C10.366488 23.021256 10.942008 23.575896 11.029368 23.634287999999998C11.331144 23.836056 11.605296 23.915496 12 23.915496C12.394704 23.915496 12.668856000000002 23.836056 12.970632 23.634287999999998C13.057991999999999 23.575896 13.633512 23.021256 14.412696 22.244544L15.709416 20.952 17.496696 20.951520000000002C18.4896 20.951256 19.353672 20.94096 19.440744 20.92836C19.841616000000002 20.870352 20.120904 20.727096 20.424 20.424C20.722872 20.125128 20.8626 19.856592 20.927568 19.456272000000002C20.942111999999998 19.366680000000002 20.951712 18.595872 20.951808 17.508696L20.952 15.709416 22.244544 14.412696C23.021256 13.633512 23.575896 13.057991999999999 23.634287999999998 12.970632C23.836056 12.668856000000002 23.915496 12.394704 23.915496 12C23.915496 11.605296 23.836056 11.331144 23.634287999999998 11.029368C23.57592 10.942056 23.021232 10.366392 22.245432 9.588000000000001L20.953752 8.292 20.946552 6.396L20.939328 4.5 20.87892 4.307688C20.78604 4.012104 20.6598 3.807456 20.426184 3.573816C20.192544 3.3402000000000003 19.987896 3.2139599999999997 19.692312 3.1210799999999996L19.5 3.0606720000000003 17.604 3.053448L15.708 3.0462480000000003 14.412 1.7545680000000001C13.634784 0.9799440000000001 13.058352 0.42448800000000003 12.972 0.36696C12.684287999999999 0.175272 12.442728 0.099456 12.072000000000001 0.084432C11.9334 0.07884000000000001 11.7984 0.079248 11.772 0.085368M10.465248 3.0107280000000003C9.311424 4.1625119999999995 9.012864 4.448088 8.916 4.4927280000000005L8.796 4.548 6.750528 4.5600000000000005L4.705056000000001 4.572 4.638528 4.638528L4.572 4.705056000000001 4.5600000000000005 6.750528L4.548 8.796 4.4927280000000005 8.916C4.448088 9.012864 4.1625119999999995 9.311424 3.0107280000000003 10.465248L1.584 11.894472 1.584 12L1.584 12.105528 3.0107280000000003 13.534752C4.1625119999999995 14.688576000000001 4.448088 14.987136000000001 4.4927280000000005 15.084L4.548 15.204 4.5600000000000005 17.249472L4.572 19.294944 4.638528 19.361472L4.705056000000001 19.428 6.750528 19.44L8.796 19.452 8.916 19.507272C9.012864 19.551912 9.311424 19.837488 10.465248 20.989272L11.894472 22.416 12 22.416L12.105528 22.416 13.534752 20.989272C14.688576000000001 19.837488 14.987136000000001 19.551912 15.084 19.507272L15.204 19.452 17.249472 19.44L19.294944 19.428 19.361472 19.361472L19.428 19.294944 19.44 17.249472L19.452 15.204 19.507272 15.084C19.551912 14.987136000000001 19.837488 14.688576000000001 20.989272 13.534752L22.416 12.105528 22.416 12L22.416 11.894472 20.989272 10.465248C19.837488 9.311424 19.551912 9.012864 19.507272 8.916L19.452 8.796 19.44 6.750528L19.428 4.705056000000001 19.361472 4.638528L19.294944 4.572 17.249472 4.5600000000000005L15.204 4.548 15.084 4.4927280000000005C14.987136000000001 4.448088 14.688576000000001 4.1625119999999995 13.534752 3.0107280000000003L12.105528 1.584 12 1.584L11.894472 1.584 10.465248 3.0107280000000003" stroke="none" fill="#000000" fill-rule="evenodd"></path>
4
+ </svg>
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@codecademy/gamut-icons",
3
3
  "description": "Icon library for codecademy.com",
4
- "version": "9.35.1-alpha.8dba5c.0",
4
+ "version": "9.36.0",
5
5
  "author": "Codecademy <dev@codecademy.com>",
6
6
  "dependencies": {
7
- "@codecademy/gamut-styles": "17.2.1-alpha.8dba5c.0",
7
+ "@codecademy/gamut-styles": "17.2.0",
8
8
  "@codecademy/variance": "0.22.0"
9
9
  },
10
10
  "files": [
@@ -29,5 +29,5 @@
29
29
  },
30
30
  "sideEffects": false,
31
31
  "types": "dist/index.d.ts",
32
- "gitHead": "c94df1957b126742bea6459f7684e73893dff1d6"
32
+ "gitHead": "2c5bd79294d7a0d641e2897785bc2bf64f362282"
33
33
  }