UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 1.02 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var BrTwitterMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }), React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12 22c5.5 0 10-4.5 10-10S17.5 2 12 2 2 6.5 2 12s4.5 10 10 10m4.438-11.75c0 2.688-2.063 5.813-5.813 5.813a5.97 5.97 0 0 1-3.25-.938h.5c1 0 1.875-.312 2.563-.875A2.025 2.025 0 0 1 8.5 12.813c.125.062.25.062.375.062.188 0 .375 0 .563-.062a2.02 2.02 0 0 1-1.626-2c.313.124.625.25.938.25-.562-.376-.937-1-.937-1.688 0-.375.062-.687.25-1 1.062 1.25 2.562 2.063 4.25 2.125-.063-.125-.063-.25-.063-.437A2.08 2.08 0 0 1 14.313 8c.562 0 1.124.25 1.5.625.5-.125.937-.25 1.312-.5-.125.5-.437.875-.875 1.125.438-.062.813-.125 1.188-.312-.25.437-.625.75-1 1.062z", clipRule: "evenodd" }))); }); BrTwitterMIcon.displayName = 'BrTwitterMIcon';