@styled-icons/simple-icons
Version:
Simple Icons available as Styled Components
23 lines • 1.23 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Formstack = /*#__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: "M19 4.035h1.4a.6.6 0 0 1 .6.6v14.73a.6.6 0 0 1-.6.6H19V4.035zm3 1.991h1.4a.6.6 0 0 1 .6.6v10.747a.6.6 0 0 1-.6.6H22V6.026zM.6 2.044h16.8a.6.6 0 0 1 .6.6v18.712a.6.6 0 0 1-.6.6H.6a.6.6 0 0 1-.6-.6V2.644a.6.6 0 0 1 .6-.6zM4.2 5.23a.2.2 0 0 0-.2.2v7.35a.2.2 0 0 0 .325.157l9.228-7.35a.2.2 0 0 0-.125-.356L4.2 5.23zM4 17.185a.2.2 0 0 0 .313.165l7.576-5.184a.2.2 0 0 0-.113-.365H6.89a.201.201 0 0 0-.123.042l-2.69 2.102a.199.199 0 0 0-.077.158v3.082zm.086 1.157a.2.2 0 0 0-.086.164v.087c0 .106.086.192.192.192H7a.2.2 0 0 0 .2-.2v-2.022a.2.2 0 0 0-.314-.164l-2.8 1.943z"
}));
});
Formstack.displayName = 'Formstack';
export var FormstackDimensions = {
height: 24,
width: 24
};