UNPKG

@semcore/icon

Version:
26 lines 1.38 kB
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } import React from 'react'; import { createBaseComponent } from '@semcore/core'; import Icon from '@semcore/icon'; function Fashion({ width = '24', height = '24', viewBox = '0 0 24 24', ...props }, ref) { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, "data-name": "Fashion", "data-group": "l", width: width, height: height, viewBox: viewBox }, props), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.003 6v2H4.326a1 1 0 0 0-.994.89l-1.32 11.89A2 2 0 0 0 4.001 23h15.998a2 2 0 0 0 1.989-2.22L20.677 8.89a1 1 0 0 0-.995-.89h-2.676V6a5 5 0 0 0-5.002-5 5 5 0 0 0-5 5Zm8.002 2V6a3 3 0 0 0-6.001 0v2h6.001ZM4.001 21h15.998l-.86-7.808C17.491 14.9 14.908 16 12.003 16c-2.906 0-5.49-1.101-7.136-2.81L4 21Zm1.217-10.966L5.222 10h13.564l.004.036C18.07 12.104 15.6 14 12.004 14c-3.595 0-6.068-1.897-6.786-3.966Z", shapeRendering: "geometricPrecision" })); } Fashion.displayName = 'Fashion'; export default createBaseComponent(Fashion);