UNPKG

styled-icons

Version:

Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components

17 lines (16 loc) 1.66 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var tslib_1 = require("tslib"); var React = tslib_1.__importStar(require("react")); var StyledIconBase_1 = require("../../StyledIconBase"); exports.Algolia = React.forwardRef(function (props, ref) { var attrs = { "fill": "currentColor", "xmlns": "http://www.w3.org/2000/svg", }; return (React.createElement(StyledIconBase_1.StyledIconBase, tslib_1.__assign({ iconAttrs: attrs, iconVerticalAlign: "middle", iconViewBox: "0 0 24 24" }, props, { ref: ref }), React.createElement("path", { d: "M12.177 9.059a3.582 3.582 0 00-3.576 3.584 3.584 3.584 0 003.576 3.585 3.578 3.578 0 003.575-3.585 3.582 3.582 0 00-3.575-3.584zm2.518 2.268l-2.366 1.229c-.07.039-.153-.017-.153-.093V9.791h.001c0-.06.054-.104.109-.104a2.943 2.943 0 012.452 1.492c.028.055.011.121-.043.148z", key: "k0" }), React.createElement("path", { d: "M18.578 3H5.361A2.363 2.363 0 003 5.366v13.277a2.368 2.368 0 002.361 2.371h13.217a2.367 2.367 0 002.361-2.372V5.372A2.368 2.368 0 0018.578 3zm-8.112 3.404a.78.78 0 01.779-.781h1.815c.43 0 .778.35.778.781v.618a.106.106 0 01-.131.104 5.677 5.677 0 00-3.106.017c-.07.016-.136-.033-.136-.104v-.635zM7.08 8.993a.78.78 0 01.001-1.103l.371-.371.002-.002a.776.776 0 011.099.002l.31.311c.043.05.038.127-.017.159a5.82 5.82 0 00-1.296 1.3c-.044.049-.114.06-.163.011l-.306-.306-.001-.001zm5.097 8.737a5.078 5.078 0 01-5.074-5.087c0-2.813 2.272-5.092 5.074-5.092a5.074 5.074 0 015.074 5.086c0 2.815-2.272 5.093-5.074 5.093z", key: "k1" }))); }); exports.Algolia.displayName = 'Algolia'; exports.AlgoliaDimensions = { height: 24, width: 24 };