UNPKG

@styled-icons/simple-icons

Version:

Simple Icons available as Styled Components

23 lines 1.32 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var Looker = /*#__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: "M11.947 0a2.1 2.1 0 0 0-2.095 2.104 2.1 2.1 0 0 0 .355 1.166l.895-.896a.884.884 0 1 1 .565.564l-.895.895A2.096 2.096 0 0 0 13.118.359 2.096 2.096 0 0 0 11.948 0zm-.834 6.113a3.263 3.263 0 0 0-.653-1.965L9.294 5.31a1.667 1.667 0 0 1-.317 2.012l.632 1.545a3.282 3.282 0 0 0 1.503-2.754zm-3.25 1.666h-.03a1.67 1.67 0 0 1-.004-3.338 1.669 1.669 0 0 1 .92.275L9.9 3.564a3.28 3.28 0 0 0-4.133 5.094 3.28 3.28 0 0 0 2.728.666L7.863 7.78v-.001zm4.128 1.336c-.728 0-1.452.106-2.15.315l.922 2.252a5.02 5.02 0 1 1-1.127.435l-.91-2.244a7.442 7.442 0 0 0-3.41 9.956v.001a7.442 7.442 0 0 0 9.957 3.41h.001a7.442 7.442 0 0 0 3.412-9.957A7.442 7.442 0 0 0 12 9.113h-.008l-.001.002z" })); }); Looker.displayName = 'Looker'; export var LookerDimensions = { height: 24, width: 24 };