@ricons/ionicons5
Version:
React SVG icon components integrated from [`ionicons5`](https://ionicons.com/)
7 lines (6 loc) • 1.67 kB
JavaScript
'use strict'
Object.defineProperty(exports, '__esModule', { value: true })
const React = require('react')
exports.default = React.forwardRef(function ColorWandOutline(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('rect', { fill: 'none', stroke: 'currentColor', 'stroke-miterlimit': '10', 'stroke-width': '32', x: '280.48', y: '122.9', width: '63.03', height: '378.2', rx: '31.52', transform: 'rotate(-45 312.002 311.994)' }), React.createElement('path', { d: 'M178.38 178.38a31.64 31.64 0 0 0 0 44.75L223.25 268L268 223.25l-44.87-44.87a31.64 31.64 0 0 0-44.75 0z', fill: 'currentColor' }), React.createElement('path', { stroke: 'currentColor', 'stroke-miterlimit': '10', 'stroke-width': '32', 'stroke-linecap': 'round', d: 'M48 192h48', fill: 'currentColor' }), React.createElement('path', { stroke: 'currentColor', 'stroke-miterlimit': '10', 'stroke-width': '32', 'stroke-linecap': 'round', d: 'M90.18 90.18l33.94 33.94', fill: 'currentColor' }), React.createElement('path', { stroke: 'currentColor', 'stroke-miterlimit': '10', 'stroke-width': '32', 'stroke-linecap': 'round', d: 'M192 48v48', fill: 'currentColor' }), React.createElement('path', { stroke: 'currentColor', 'stroke-miterlimit': '10', 'stroke-width': '32', 'stroke-linecap': 'round', d: 'M293.82 90.18l-33.94 33.94', fill: 'currentColor' }), React.createElement('path', { stroke: 'currentColor', 'stroke-miterlimit': '10', 'stroke-width': '32', 'stroke-linecap': 'round', d: 'M124.12 259.88l-33.94 33.94', fill: 'currentColor' }))
})