@atlaskit/icon
Version:
An icon is a symbol representing a command, device, directory, or common action.
28 lines (27 loc) • 1.43 kB
JavaScript
/**
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
* @codegen <<SignedSource::ba9dbcfa60d009476764a0efc04083e6>>
* @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: "Cash".
* Category: multi-purpose
* Location: @atlaskit/icon
* Usage guidance: Known usages: 'Sales' work type.
* - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
*/
const CashIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
dangerouslySetGlyph: `<path fill="currentcolor" d="M.75 2a.75.75 0 0 0-.75.75v10.5c0 .414.336.75.75.75h14.5a.75.75 0 0 0 .75-.75V2.75a.75.75 0 0 0-.75-.75zM14.5 12.5h-13v-9h13zM12 9v2.5h1.5V9zM7 8c0-1.015.612-1.5 1-1.5S9 6.985 9 8s-.612 1.5-1 1.5S7 9.015 7 8M2.5 4.5V7H4V4.5zm3 3.5c0 1.47.955 3 2.5 3s2.5-1.53 2.5-3S9.545 5 8 5 5.5 6.53 5.5 8"/>`
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
}, props));
CashIcon.displayName = 'CashIcon';
var _default = exports.default = CashIcon;