UNPKG

@ricons/ionicons5

Version:

React SVG icon components integrated from [`ionicons5`](https://ionicons.com/)

7 lines (6 loc) 1.29 kB
'use strict' Object.defineProperty(exports, '__esModule', { value: true }) const React = require('react') exports.default = React.forwardRef(function CashSharp(props, ref) { return React.createElement('svg', Object.assign({ xmlns: 'http://www.w3.org/2000/svg', xmlnsXlink: 'http://www.w3.org/1999/xlink', viewBox: '0 0 512 512' }, props, { ref: ref }), React.createElement('path', { d: 'M48 368h416v32H48z', fill: 'currentColor' }), React.createElement('path', { d: 'M80 416h352v32H80z', fill: 'currentColor' }), React.createElement('path', { d: 'M480 176a96.11 96.11 0 0 1-96-96V64H128v16a96.11 96.11 0 0 1-96 96H16v64h16a96.11 96.11 0 0 1 96 96v16h256v-16a96.11 96.11 0 0 1 96-96h16v-64zM256 304a96 96 0 1 1 96-96a96.11 96.11 0 0 1-96 96z', fill: 'currentColor' }), React.createElement('path', { d: 'M96 80V64H16v80h16a64.07 64.07 0 0 0 64-64z', fill: 'currentColor' }), React.createElement('path', { d: 'M32 272H16v80h80v-16a64.07 64.07 0 0 0-64-64z', fill: 'currentColor' }), React.createElement('path', { d: 'M480 144h16V64h-80v16a64.07 64.07 0 0 0 64 64z', fill: 'currentColor' }), React.createElement('path', { d: 'M416 336v16h80v-80h-16a64.07 64.07 0 0 0-64 64z', fill: 'currentColor' }), React.createElement('circle', { cx: '256', cy: '208', r: '64', fill: 'currentColor' })) })