UNPKG

@styled-icons/simple-icons

Version:

Simple Icons available as Styled Components

23 lines 1.23 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var Vtex = /*#__PURE__*/React.forwardRef(function (props, ref) { var attrs = { "fill": "currentColor", "xmlns": "http://www.w3.org/2000/svg" }; return /*#__PURE__*/React.createElement(StyledIconBase, _extends({ iconAttrs: attrs, iconVerticalAlign: "middle", iconViewBox: "0 0 24 24" }, props, { ref: ref }), /*#__PURE__*/React.createElement("path", { d: "M22.203 1.792H4.28c-1.39 0-2.28 1.47-1.63 2.692l1.794 3.377h-3.25a1.2 1.2 0 0 0-.588.154 1.192 1.192 0 0 0-.435.421 1.185 1.185 0 0 0-.034 1.168l5.766 10.859c.101.19.253.35.44.462a1.2 1.2 0 0 0 1.232 0 1.191 1.191 0 0 0 .44-.463l1.566-2.933 1.965 3.701c.691 1.302 2.564 1.304 3.258.004l8.983-16.818c.635-1.19-.232-2.623-1.585-2.623Zm-8.05 7.186-3.874 7.253a.793.793 0 0 1-.293.308.799.799 0 0 1-.82 0 .793.793 0 0 1-.292-.308L5.038 9.01a.788.788 0 0 1 .02-.778.793.793 0 0 1 .29-.281.798.798 0 0 1 .39-.103h7.731a.777.777 0 0 1 .381.1.772.772 0 0 1 .282.273.767.767 0 0 1 .02.758z" })); }); Vtex.displayName = 'Vtex'; export var VtexDimensions = { height: 24, width: 24 };