UNPKG

@styled-icons/simple-icons

Version:

Simple Icons available as Styled Components

23 lines 1.4 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var Workplace = /*#__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: "M23.268 10.541C23.268 4.715 18.544 0 12.728 0c-1.614 0-3.191.317-4.663.952a11.952 11.952 0 0 0-3.817 2.574 11.915 11.915 0 0 0-3.516 8.478 11.924 11.924 0 0 0 3.516 8.48 12.05 12.05 0 0 0 3.817 2.573 11.89 11.89 0 0 0 4.671.943c1.56 0 3.05-.3 4.416-.837l-.908-2.292a9.448 9.448 0 0 1-3.508.67 9.481 9.481 0 0 1-6.743-2.794A9.481 9.481 0 0 1 3.2 12.004a9.48 9.48 0 0 1 2.794-6.742 9.496 9.496 0 0 1 6.743-2.794 8.072 8.072 0 0 1 6.734 12.524l-2.098-5.165c-.308-.758-.679-1.895-2.071-1.895-1.393 0-1.763 1.146-2.063 1.895l-1.93 4.769-2.591-6.54H5.993l3.226 7.95c.326.802.688 1.895 2.09 1.895 1.4 0 1.753-1.093 2.08-1.895l1.912-4.724 1.921 4.724c.388.978.802 1.895 2.08 1.895.908 0 1.481-.582 1.798-.96a10.493 10.493 0 0 0 2.168-6.4Z" })); }); Workplace.displayName = 'Workplace'; export var WorkplaceDimensions = { height: 24, width: 24 };