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)

20 lines (16 loc) 955 B
'use strict'; var React = require('react'); var SvgInstagramMinor = function SvgInstagramMinor(props) { return /*#__PURE__*/React.createElement("svg", Object.assign({ viewBox: "0 0 20 20" }, props), /*#__PURE__*/React.createElement("path", { d: "M8.27 10a1.73 1.73 0 1 1 3.46 0 1.73 1.73 0 0 1-3.46 0Z" }), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", d: "M7.92 6.2c-.95 0-1.73.77-1.73 1.72v4.16c0 .95.78 1.73 1.73 1.73h4.16c.95 0 1.73-.78 1.73-1.73v-4.16c0-.95-.78-1.73-1.73-1.73h-4.16Zm4.68 1.72a.52.52 0 1 0 0-1.03.52.52 0 0 0 0 1.03Zm-5.02 2.08a2.43 2.43 0 1 0 4.85 0 2.43 2.43 0 0 0-4.85 0Z" }), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", d: "M10 3a7 7 0 1 0 0 14 7 7 0 0 0 0-14Zm-4.5 9.08a2.43 2.43 0 0 0 2.42 2.42h4.16a2.43 2.43 0 0 0 2.42-2.42v-4.16a2.43 2.43 0 0 0-2.42-2.42h-4.16a2.43 2.43 0 0 0-2.42 2.42v4.16Z" })); }; exports.SvgInstagramMinor = SvgInstagramMinor;