react-line-awesome-svg
Version:
Use line-awesome as react svg component
7 lines (6 loc) • 1.11 kB
JavaScript
import * as React from 'react';
export function SvgPagelines(props) {
return (React.createElement("svg", Object.assign({ viewBox: "0 0 32 32", width: "1em", height: "1em" }, props),
React.createElement("path", { d: "M15.094 4s-1.207 1.664-.844 4.281c.277 1.98 1.93 3.223 2.844 3.75.031.953.008 1.926-.094 2.906-.46-1.124-1.492-3.093-3.406-3.78-1.86-.673-4.219.187-4.219.187.316 2.316 1.836 4.117 4.313 4.562 1.585.285 2.644.102 3.187-.031-.25 1.672-.71 3.324-1.375 4.813-.36-1.106-1.512-3.368-4.844-3.75-1.957-.223-3.812 1-3.812 1s1.191 4.28 5.031 4.28c1.559 0 2.59-.355 3.188-.624-.032.062-.06.125-.094.187-1.707 3.082-4.41 5.219-8.5 5.219v1c4.445 0 7.543-2.441 9.375-5.75.113-.203.207-.414.312-.625.274.207 1.758 1.25 4.688 1.25 3.238 0 4.687-3.656 4.687-3.656s-1.617-1.344-4.093-1.344c-2.344 0-4.098 1.867-4.907 2.938a19.58 19.58 0 001.344-4.782c.176.035 3.52.637 5.406-1.281 1.938-1.969 1.625-3.781 1.625-3.781s-3.258-.465-5.031 1.156c-1.117 1.023-1.707 2.723-1.938 3.5.176-1.328.215-2.652.157-3.938a6.783 6.783 0 00.843-3.25C18.938 5.242 15.095 4 15.095 4z" })));
}
export default SvgPagelines;