UNPKG

@samix-ui/foundation-icons

Version:

[![npm version](https://img.shields.io/npm/v/@samix-ui/foundation-icons.svg?style=flat)](https://www.npmjs.com/package/@samix-ui/foundation-icons)

22 lines (18 loc) 1.89 kB
'use strict'; var React = require('react'); var SvgFaviconMajor = function SvgFaviconMajor(props) { return /*#__PURE__*/React.createElement("svg", Object.assign({ viewBox: "0 0 20 20" }, props), /*#__PURE__*/React.createElement("path", { d: "M6.5 8.5a.75.75 0 0 0-1.5 0v3a.75.75 0 0 0 1.5 0v-3Z" }), /*#__PURE__*/React.createElement("path", { d: "M9.5 9.25a.75.75 0 0 0 0 1.5.75.75 0 0 1 0 1.5 2.25 2.25 0 0 1 0-4.5.75.75 0 0 1 0 1.5Z" }), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", d: "M13 7.75a2.25 2.25 0 1 0 0 4.5 2.25 2.25 0 0 0 0-4.5Zm-.75 2.25a.75.75 0 1 1 1.5 0 .75.75 0 0 1-1.5 0Z" }), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", d: "M13.58 4.5h-7.16c-.535 0-.98 0-1.345.03-.38.03-.736.098-1.073.27a2.75 2.75 0 0 0-1.202 1.202c-.172.337-.24.693-.27 1.073-.03.365-.03.81-.03 1.345v3.16c0 .535 0 .98.03 1.345.03.38.098.736.27 1.073a2.75 2.75 0 0 0 1.202 1.202c.337.172.693.24 1.073.27.365.03.81.03 1.345.03h7.16c.535 0 .98 0 1.345-.03.38-.03.736-.098 1.073-.27a2.751 2.751 0 0 0 1.202-1.201c.172-.338.24-.694.27-1.074.03-.365.03-.81.03-1.345v-3.16c0-.535 0-.98-.03-1.345-.03-.38-.098-.736-.27-1.073a2.75 2.75 0 0 0-1.201-1.202c-.338-.172-.694-.24-1.074-.27-.365-.03-.81-.03-1.345-.03Zm-8.897 1.636c.09-.046.227-.088.514-.111.296-.024.68-.025 1.253-.025h7.1c.572 0 .957 0 1.252.025.288.023.425.065.516.111.235.12.426.311.546.547.046.09.088.227.111.514.024.296.025.68.025 1.253v3.1c0 .572 0 .957-.025 1.252-.023.288-.065.425-.111.516a1.25 1.25 0 0 1-.546.546c-.091.046-.228.088-.515.111-.296.024-.68.025-1.253.025h-7.1c-.572 0-.957 0-1.253-.025-.287-.023-.424-.065-.514-.111a1.25 1.25 0 0 1-.547-.546c-.046-.091-.088-.228-.111-.515-.024-.296-.025-.68-.025-1.253v-3.1c0-.572 0-.957.025-1.253.023-.287.065-.424.111-.514a1.25 1.25 0 0 1 .547-.547Z" })); }; exports.SvgFaviconMajor = SvgFaviconMajor;