@atlaskit/icon
Version:
An icon is a symbol representing a command, device, directory, or common action.
28 lines (27 loc) • 2.08 kB
JavaScript
/**
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
* @codegen <<SignedSource::c606b7d53e9baa33fe1abae222c47eae>>
* @codegenCommand yarn build:icon-glyphs
*/
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _react = _interopRequireDefault(require("react"));
var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
/**
* Icon: "ShieldStrikethrough".
* Category: multi-purpose
* Location: @atlaskit/icon
* Usage guidance: Known uses: No classification in Enterprise Trust
* - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
*/
const ShieldStrikethroughIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
dangerouslySetGlyph: `<path fill="currentcolor" d="m9.874 13.056 1.063 1.064a11 11 0 0 1-1.575 1.148 9 9 0 0 1-1 .519l-.065.027-.02.008-.006.002-.003.001-.268-.7-.267.7h-.004l-.006-.003-.02-.008-.066-.027a9 9 0 0 1-1-.519 11.3 11.3 0 0 1-2.303-1.842C2.651 11.676 1 8.838 1 4.5q0-.141.05-.268l.873.873.034.116h.001l.003-.001.011-.004.036-.01.012-.004.53.53c.272 3.21 1.581 5.319 2.866 6.654a9.8 9.8 0 0 0 1.993 1.596c.24.144.443.25.59.322.15-.072.352-.178.592-.322a9.6 9.6 0 0 0 1.283-.926"/><path fill="currentcolor" d="m7.73 15.83.27-.7.27.7a.76.76 0 0 1-.53 0M7.47.22a13.7 13.7 0 0 1-2.26 1.81l1.08 1.08A15.5 15.5 0 0 0 8 1.78c1.31 1.18 2.71 2.01 3.83 2.55a17 17 0 0 0 1.66.71c-.06 1.73-.42 3.17-.92 4.35l1.13 1.13C14.47 8.94 15 6.96 15 4.5a.75.75 0 0 0-.54-.72l-.02-.01-.1-.03a11 11 0 0 1-.41-.14c-.35-.13-.85-.33-1.43-.61-1.19-.58-2.67-1.47-3.97-2.77a.75.75 0 0 0-1.06 0m-7 1.31 14 14 1.06-1.06-14-14z"/>`
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
}, props));
ShieldStrikethroughIcon.displayName = 'ShieldStrikethroughIcon';
var _default = exports.default = ShieldStrikethroughIcon;